From d872c17f5173fb3e1c5c72a738e7aec26da0d7f9 Mon Sep 17 00:00:00 2001 From: Michael Fairley Date: Wed, 29 Nov 2017 11:42:34 -0400 Subject: [PATCH] Remove macro_use that's no longer needed --- tests/check.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/check.rs b/tests/check.rs index 6f3a8a1fc..2f0ea0f4e 100644 --- a/tests/check.rs +++ b/tests/check.rs @@ -1,4 +1,3 @@ -#[macro_use] extern crate cargotest; extern crate hamcrest; extern crate glob; -- 2.30.2